@extends($master) @section('title', 'Cost') @section('body')
@if(session('message'))

{{session('message')}}

@else

@endif
@csrf
@endsection