@extends('admin.layouts.app') @section('content') @if(isset($organization))

Edit Organization Service

@csrf
@else

Add Organization Service

@csrf
@endif @section('scripts') @endsection @endsection