@extends('master') @section('content')
@foreach($customers as $customer)
{{ csrf_field() }}
@endforeach
@endsection