@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 Title * @if ($errors->has('title')) {{ $errors->first('title') }} @endif Image Choose file @push('page_script') @endpush @endsection