@extends('admin.layouts.layout') @section('content')

{{ $pricemodel ? 'Edit ' : 'Create' }} Price Model

@csrf @if($pricemodel) @method('PUT') @endif
@error('name') {{$message}} @enderror

  
@endsection