@extends('backend.layouts_backend.master2') @section('title') Edit Payment Method @endsection @section('content') {{-- header --}}

All Project Categories

@if (Auth::user()->can('project-category-create')) @endif @if (Auth::user()->can('project-category-list')) @endif
{{-- end header --}}
@csrf @method('PATCH')

{{-- validation --}} @if ($errors->has('name')) @endif

{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection