@extends('layouts.master') @section('css') @section('title') {{ __('home.external_edits') }} @stop @endsection @section('content')
@csrf
{{ __('home.service') }} {{ __('home.price') }} {{ __('home.notes') }} {{ __('home.delete') }}
@include('external_edits.partials.quick_customer_modal') @endsection @section('js') @endsection