@extends('master.app') @section('title', 'customer') @section('body') Create @foreach ($errors->all() as $error) {{ $error }} @endforeach @method('POST') @csrf name Choose Donners @foreach ($donners as $row) {{ $row->name }} @endforeach Start Date End Date Deadline Code Location Approved Budget Estimation Budget Currency @foreach ($currency as $row) {{ $row->title_en }} @endforeach Status Active Complete De-Active Types Foods Water Education Contraction Helth Details Save @endsection @section('pageJs') @endsection