@extends('layouts.app') @section('title', session('company_code') . ' Elite System') @section('body')
@include('layouts._search-customer')
@endsection @section('scripts') @endsection