{{-- 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.clients.serviceagreement.tab_1')
@include('backend.clients.serviceagreement.tab_2')
@include('backend.clients.serviceagreement.tab_3')
@include('backend.clients.serviceagreement.tab_4')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection