@extends('admin.layout.master') @section('title', 'Create Valuation Method') @section('section', __('valuation_method.Create Valuation Method')) @section('body')
@csrf
@error('name') {{ $message }} @enderror
@endsection