@extends('backend.layouts.master') @section('breadcrumbs') @endsection @section('content')
@if($action=="Edit")Edit @else Add @endif Organization StructureOrganization Structure
@if($action=="Edit")
@method('PUT') @else @endif @csrf
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('image') {{ $message }} @enderror image) data-default-file="{{Storage::url($data->image)}}" @endif/> @if(@$data->image) @endif
@endsection @section('scripts') @endsection