@extends('layouts.admin') @section('title', 'Create Service Price') @section('page_heading', 'Create Service Price') @section('page_actions') Back to Prices @endsection @section('content')
@csrf
$
@endsection