@extends('layouts.admin') @section('title') Payment Method @endsection @section('page_title') Create New Payment Method @endsection @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif

@push('page_script') @endpush @endsection