{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors')
@include('backend.referral.form')
@include('backend.referral.form2')
@include('backend.referral.form3')
@include('backend.referral.form4')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection